home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / basic / UDP_Chat.lha / UDP_Chat / Rexx / Quit_UDP_Chat.rexx next >
Encoding:
OS/2 REXX Batch file  |  1998-05-13  |  267 b   |  12 lines

  1. /* ARexx script to get UDP_Chat log into a UDP_Chat Server */
  2. /* For use with AmiComSys 1.12+ */
  3. /* $VER: UDP_Chat2.rexx 1.0 (11.05.98) Anton Reinauer */
  4.  
  5.  
  6.  
  7. ADDRESS "UDP_Chat"
  8. QUIT   /* Send host name of person selected 
  9.                         in list, to connect to. */
  10.  
  11. EXIT;
  12.